github.com/andybalholm/brotli/matchfinder.matchEmitter.Dst (field)
8 uses
github.com/andybalholm/brotli/matchfinder (current package)
emitter.go#L21: Dst []Match
emitter.go#L28: e.Dst = append(e.Dst, Match{
m4.go#L80: e := matchEmitter{Dst: dst}
m4.go#L128: if matches[0] == (absoluteMatch{}) && len(e.Dst) > 0 {
m4.go#L129: prevDistance := e.Dst[len(e.Dst)-1].Distance
m4.go#L274: dst = e.Dst
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |